body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-family: 'simsun' !important;
}

html,
body {
    height: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #e92424;
}

ul,
p,
li,
input,
h1,
h2 {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
}

img {

}

.tel {
    display: none;
}

.more {
    float: right;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 3px 5px;
    line-height: 20px;
    margin-top: 10px;
}

.head {

    height: 400px;
    background: linear-gradient(to bottom, rgb(234, 249, 255) 10%, #fff);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    display: none;
}

.main {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px;
}

.top {
    height: 10vh;
    display: flex;
    align-items: center;
}

.logo {

    width: 60%;
    height: 80px;
    float: left;
    display: flex;
    align-items: center;

}

.logo img {

    width: 100%;
}

.nav {
    color: #333;
    background: #fff;
    line-height: 60px;
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    top: 0;
    flex-direction: column;
    z-index: 9;
    display: none;
    z-index: 999;
    align-items: center;
    justify-content: space-around;
    box-shadow: -10px 0 10px rgb(0 0 0 / 10%);


}



.nav ul {
    width: 80%;
}

.nav li {

    font-size: 18px;

    cursor: pointer;
    text-align: center;
    width: 100%;
}

.nav li:hover {
    background: #dee9ff;

}

.nav li.on {
    background: #2b6df1;
    color: #fff;
}

.min_big_pic {


    padding-top: 0;
}

.min_big_pic img {
    width: 100%;
}

.gg {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #ddd;
    background: url(../images/gg_icon.jpg) no-repeat center left;
    padding: 0 15px 0 30px;
}

.main_news {
    width: 100%;

}

.gg li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section {
    overflow: hidden;
    padding-top: 15px;
}

.img {
    height: 30vh;

    width: 100%;

}

.news_txt {
    width: 100%;

}

.news_txt h1 {
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
}

.news_txt LI {
    line-height: 42px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_txt LI span {
    float: right;
    color: #999;
}

.section_hd {
    line-height: 40px;
    height: 40px;
    font-size: 26px;


}

.section_50 {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.section_bod {
    padding-top: 10px;
    overflow: hidden;

}

.in_newsimg {
    padding-bottom: 10px;
}

.whhd {
    overflow: hidden;

}

.whhd li {
    width: 100%;
    margin-right: 20px;
    background: #fff;
    float: left;
    line-height: 30px;
    padding-bottom: 15px;
    text-align: center;
}

.whhd li img {
    width: 100%;
}



.wzdh {
    overflow: hidden;
    width: 100%
}

.wzdh li {

    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 20px 20px 0;
    background: #fff;
    border: 1px solid #ddd;
    float: left;
}

.bottom {

    text-align: center;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.527);
    background: #232d35;
    text-align: center;
    overflow: hidden;
    padding: 10px;

}

.mob_more {
    background: url(../images/more.svg);
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 20px;
}


.mnav_close {
    background: url(../images/close.svg);
    background-size: 100%;
    width: 10vw;
    height: 10vw;
    margin-bottom: 10px;
}



.ej_gsjj {

    padding: 20px;
    line-height: 40px;
    font-size: 18px;
}

.ej_gsjj h2 {
    text-align: center;
    padding-top: 30px;
}

.ej_gsjj .zt {
    text-align: center;
    font-size: 14px;
    padding-bottom: 30px;
}

.ej_mid {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
    background: #1059e4 !important;
    padding-left: 20px !important;
}





.ej_news {
    overflow: hidden;
}

.ej_news li {
    border-bottom: 1PX solid #eaeaea;
    padding: 20px 0;
    overflow: hidden;
    font-size: 16px;
}

.ej_news_date {
    float: left;
    text-align: center;
    width: 100px;
    color: #999;
    /*padding-top: 20px;*/
}

.ej_news_today {
    font-size: 45px;
    color: #333;
}
.hd_fl.on {
    color: #fff;
    background: #1157e4;
}
.ej_news_pic {

    width: 100%;
    height: 200px;
    background: #f0f0f0;
    border-radius: 10px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.ej_news_pic img {
    width: 100%;
    height: 100%;
}

.ej_news_info {

    position: relative;
    height: 87px;
    display: table;

}

.ej_news_info h2 {
    font-weight: normal;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

.ej_news_info P {
    color: #999;
    position: absolute;
    width: 100%;
    font-size: 14px;
    text-indent: 28px;
    bottom: 5px;
    line-height: 24px;
    overflow: hidden;
    /*文本超出隐藏*/
    display: -webkit-box;
    /*盒子模型微弹性伸缩模型*/
    -webkit-box-orient: vertical;
    /*伸缩盒子的子元素垂直排列*/
    -webkit-line-clamp: 2;
}

.ej_news_info.no_picInfo {
    width: auto;
}


.fy {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    bottom: 0px;
    line-height: 40px;
    display: flex;
}

.fy a {
    float: left;
    cursor: pointer;
    background: #fff;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 0px 3px;
    margin: 0px 5px;
    border-radius: 3px;
}

.fy span {
    display: none;
}

.fy a:hover {
    background: #ce2338;
    color: #fff;
    border-color: inherit;
}

.fy a.on {
    background: #ce2338;
    color: #fff;
    border: 1px solid #ce2338
}
.ej_new_gg {
    overflow: hidden;
    background: url(../images/ggg.png) no-repeat center left;
    line-height: 40px;
    background-size: 24px;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 120px);
    float: left;
}

.gg_data {
    float: right;
    color: #999;
    line-height: 40px;
}

.ej_menu {

    width: 100%;
    padding-top: 15px;
    font-size: 18px;
    line-height: 50px;
    display: flex;

}

.ej_menu p {


    padding: 0 10px;
    margin-right: 10px;
    background: #f5f5f5;
}

.ej_menu p.ej_menu_se {
    color: #fff;
    font-weight: bold;
    background: #2b6df1;
    border: none;

}

.ej_menu_right {

    width: 100%;

    box-sizing: border-box;
}
/* 详细 */

.detail {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

}

.detail h2 {
    font-size: 34px;
    font-weight: normal;
    padding: 15px 0;
}

.detailTime {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.detailBod {
    padding-top: 30px;
    font-size: 16px;
    line-height: 32px;
}

.detailBod p {
    width: 100%;
}

.detailBod img {
    width: 100%;
    margin: 20px auto;
    display: block;
    height: inherit !important;
}

.loc {
    padding: 10px 0;
}

.loc span {
    font-family: 'simSUN';
    font-weight: bold;
    padding: 0 10px;
}

.hd_fl {
    float: left;
    margin-right: 20px;
    padding: 0 10px;
}

.in_new_R {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 20px;
    background: #f6f8fc;
}

.img_news .ej_news_info {

    width: 100%;
    height: auto;
    padding-top: 20px;

}

.img_news .ej_news_info h2 {
    display: block;
}

.img_news .ej_news_info p {
    display: none;
}

.img_news .ej_news_date{display: none;}
.ipv6_p {
    padding: 5px;
    position: absolute;
    top: 0.4rem;
    left: 60%;
    font-size: 0.3rem;
    color: #666;
    border-radius: 5px 5px 5px 0;
    background: #125ae5;
    box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
    color: #fff;
} 
.in_newsimg img {
   width:100%
}
.ej_gsjj img{ width:100%}
.nav li.on a{
  
    color: #fff;
}
.ej_menu p.ej_menu_se a {
    color: #fff;
   

}

   .zgj_news_dot {
        position: absolute;
        right: 10px;
        z-index: 99;
        bottom: 10px;
    }

    .zgj_news_dot .dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        float: left;
        background: #fff;
        margin-left: 5px;
        cursor: pointer;
    }

    .zgj_news_dot .dot.selected {
        background: rgb(0, 140, 255);
    }

    .zgjimg_tabs {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .zgjimg_tabs ul {
        width: 100%;
        height: 100%;

        position: relative;
        overflow: hidden;
    }

    .zgjimg_tabs li {
        width: 100%;
        height: 100%;
        background-size: cover !important;
        position: absolute;
        left: 100%;
        top: 0;
    }

    .zgjimg_tabs li a {
        display: block;
        height: 100%;
        position: relative;
    }

    .zgj_img_txt {
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: rgba(0, 0, 0, 0.527);
        width: 100%;
        position: absolute;
        padding-left: 10px;
        bottom: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        padding-right: 200px;
    }
/* 专题专栏 */

.ej_ztzl { padding:10px;}

.ej_ztzl:after {
    content: '';
    display: block;
    clear: both;
}

.ej_ztzl li {
    width: 100%;
    float: left;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.ej_ztzlimg_bg {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 200px;
}

.ej_ztzl li p {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.ztzlHd {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background: url(../images/dot2.jpg) no-repeat top left;
    line-height:25px;
    padding-left: 30px;
    background-size: 22px;
    font-size: 16px;
    padding-bottom: 15px;
}

.ztzlHd span {
    font-size: 18px;
    font-weight: bold;
}

.ztzl_img {
    width: 100%;

    padding-bottom: 15px;

}

.ztzl_img img {
    width: 100%;
}

/* 9-28 */
.ej_zlzl_list{ display: flex;}
.ej_zlzl_list img {
    float: left;
    width: 30%;
    height: 80px;
}

.ej_zlzl_rb {
    float: left;
    padding-left: 15px;
    position: relative;
    height: 80px;
    min-width: 120px;
}

.ej_zlzl_rb p {
    position: absolute;
    bottom: 0;
}

.ej_zlzl_rb p span {
    padding-right: 20px;
    color: #999;
    font-size: 14px;
}

.ej_zlzl_rb h2 {
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    /*文本超出隐藏*/
    display: -webkit-box;
    /*盒子模型微弹性伸缩模型*/
    -webkit-box-orient: vertical;
    /*伸缩盒子的子元素垂直排列*/
    -webkit-line-clamp: 2;
}